home *** CD-ROM | disk | FTP | other *** search
/ The Charlie Rose Science Series Anthology / The Charlie Rose Science Series Anthology (Pfizer, Inc.)(2008).iso / mac / Charlie Rose Science Series Anthology.app / Contents / Resources / movie.swf / scripts / frame_42 / PlaceObject2_294_MediaDisplay_8 / CLIPACTIONRECORD on(construct).as
Text File  |  2008-02-01  |  262b  |  14 lines

  1. on(construct){
  2.    aspectRatio = true;
  3.    autoPlay = true;
  4.    autoSize = true;
  5.    contentPath = "video/jk-intro-04.flv";
  6.    fps = 30;
  7.    mediaType = "FLV";
  8.    totalTime = 83;
  9.    enabled = true;
  10.    visible = true;
  11.    minHeight = 0;
  12.    minWidth = 0;
  13. }
  14.